home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
lib
/
partman
/
update.d
/
99signal_ubiquity
< prev
Wrap
Text File
|
2008-10-29
|
165b
|
17 lines
#! /bin/sh -e
. /usr/share/debconf/confmodule
dev=$1
num=$2
id=$3
size=$4
type=$5
fs=$6
path=$7
name=$8
db_set ubiquity/partman-rebuild-cache "$dev//$id"
exit 0